Skip to content

docs(readme): split bilingual README into EN and zh-CN files#22

Merged
genni613 merged 3 commits into
masterfrom
docs/split-readme-i18n
Apr 17, 2026
Merged

docs(readme): split bilingual README into EN and zh-CN files#22
genni613 merged 3 commits into
masterfrom
docs/split-readme-i18n

Conversation

@TuYv

@TuYv TuYv commented Apr 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Split README.md into language-specific files: README.md (English) and README.zh-CN.md (中文).
  • Each file links to the other at the top so readers land on their language directly.
  • Translated the previously shared Architecture / Tech Stack / License sections into the Chinese file for parity.

Test plan

  • Preview both files on GitHub and confirm rendering (tables, code blocks, ASCII diagram).
  • Click the top-of-file language switch link in each file and confirm it navigates to the other.
  • Verify internal anchors (#build, #构建) still resolve within each file.

Having both languages stacked in one file made each language section harder to scan and forced non-target-language readers past a wall of text. Split into README.md (EN) and README.zh-CN.md with mutual top-of-file links so each reader lands on their language directly.
@github-actions

Copy link
Copy Markdown

Failed to generate code suggestions for PR

TuYv and others added 2 commits April 17, 2026 18:19
litellm routes providers by model-name prefix. Bare 'MiniMax-M2.5' hit 'LLM Provider NOT provided' because litellm can't infer the provider from the name alone, so describe/review/improve all failed. Prefix all three model slots with 'openai/' so litellm dispatches through the OpenAI-compatible path to OPENAI_API_BASE, and register CUSTOM_MODEL_MAX_TOKENS so token counting doesn't error on an unknown model.
@genni613 genni613 merged commit ddec224 into master Apr 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants